home *** CD-ROM | disk | FTP | other *** search
/ Let's Learn About Machines / Let's Learn About Machines.iso / mac / macfiles / Atools / help.Dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1997-09-18  |  97 b   |  6 lines

  1. on wait ticks
  2.   set temp to the timer
  3.   repeat while (the timer - temp) < ticks
  4.   end repeat
  5. end
  6.